Skip to content

Allow CancellationContext in hashes #1612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged

Allow CancellationContext in hashes #1612

merged 1 commit into from
May 19, 2025

Conversation

haraldF
Copy link
Member

@haraldF haraldF commented May 19, 2025

A hash needs a hashing function and a way to determin equality. Since we don't want to add a comparison operator, let's add another helper so we can store CancellationContext in std::unordered_set and friends.

Relates-To: MINOR

A hash needs a hashing function and a way to determin equality.
Since we don't want to add a comparison operator, let's add
another helper so we can store CancellationContext in std::unordered_set
and friends.

Relates-To: MINOR
Signed-off-by: Harald Fernengel <harald.fernengel@here.com>
Copy link

codecov bot commented May 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.24%. Comparing base (5425332) to head (9383d29).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1612      +/-   ##
==========================================
+ Coverage   80.22%   80.24%   +0.02%     
==========================================
  Files         348      348              
  Lines       13883    13883              
  Branches     1482     1482              
==========================================
+ Hits        11137    11140       +3     
+ Misses       2146     2145       -1     
+ Partials      600      598       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mykhailo-kuchma mykhailo-kuchma merged commit 7dff5ea into master May 19, 2025
24 checks passed
@mykhailo-kuchma mykhailo-kuchma deleted the eq_hash branch May 19, 2025 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants